home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TGROUPNAMEDLG / TGROUPNAMEDLG.txt
Text File  |  2005-01-07  |  976b  |  54 lines

  1. object GroupNameDlg: TGroupNameDlg
  2.   Left = 508
  3.   Top = 108
  4.   BorderStyle = bsSingle
  5.   Caption = 'Group Name'
  6.   ClientHeight = 75
  7.   ClientWidth = 218
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 2
  20.     Top = 2
  21.     Width = 64
  22.     Height = 13
  23.     Caption = 'Group name :'
  24.   end
  25.   object group_txt: TEdit
  26.     Left = 40
  27.     Top = 19
  28.     Width = 169
  29.     Height = 21
  30.     TabOrder = 0
  31.     Text = 'Group'
  32.   end
  33.   object ok_btn: TButton
  34.     Left = 32
  35.     Top = 45
  36.     Width = 73
  37.     Height = 25
  38.     Caption = 'Ok'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 1
  42.   end
  43.   object cancel_btn: TButton
  44.     Left = 112
  45.     Top = 45
  46.     Width = 73
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.   end
  53. end
  54.